From 5fe12fad12cf1b11408994da749bf039b8011ef8 Mon Sep 17 00:00:00 2001 From: Catrope Date: Wed, 12 Sep 2012 12:57:04 -0700 Subject: [PATCH] Apparently setIndexedTagName_recursive() wasn't enough here Change-Id: I090b2a315040bc5594a31e5d44dcb9721b4750a6 --- includes/api/ApiQueryLogEvents.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/api/ApiQueryLogEvents.php b/includes/api/ApiQueryLogEvents.php index e3f15051cf..5d85c221a8 100644 --- a/includes/api/ApiQueryLogEvents.php +++ b/includes/api/ApiQueryLogEvents.php @@ -262,6 +262,7 @@ class ApiQueryLogEvents extends ApiQueryBase { break; } if ( !is_null( $params ) ) { + $result->setIndexedTagName( $params, 'param' ); $result->setIndexedTagName_recursive( $params, 'param' ); $vals = array_merge( $vals, $params ); } -- 2.20.1